xen: arm: create dom0 DTB /hypervisor/ node dynamically.
authorIan Campbell <ian.campbell@citrix.com>
Mon, 18 Feb 2013 15:20:36 +0000 (15:20 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 13 Mar 2013 10:56:59 +0000 (10:56 +0000)
commitb1c231b12aae6de7521bed69b41dcb07c8349cc7
tree885463383e983df99bd74cd393ca00b1834805a5
parent7f0d955632f5b5fe1a8b74e686ea2d80936b3928
xen: arm: create dom0 DTB /hypervisor/ node dynamically.

I initially added hypervisor-new and confirmed via /proc/device-model
that the content is the same before changing it to drop and replace
an existing node.

NB: There is an ambiguity in the compatibility property.
linux/arch/arm/boot/dts/xenvm-4.2.dts says "xen,xen-4.2" while
Documentation/devicetree/bindings/arm/xen.txt says "xen,xen-4.3". I have
used the actual hypervisor version as discussed in
http://marc.info/?l=xen-devel&m=135963416631423

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/arch/arm/domain_build.c